chore(deps): bump socket2 from 0.5.10 to 0.6.4 - #121
Conversation
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
Benchmark ResultsPerformance Comparison
SummaryConfiguration
|
ddbfeed to
6ca0b6f
Compare
jacderida
left a comment
There was a problem hiding this comment.
Pre-merge assessment
Assessed with Claude Code before merging. All the bumps in this batch were applied together on top of current main (651a2dad) in a scratch worktree, rather than relying on the CI runs recorded here (some of which are from a base ~29 commits stale). On that combined tree:
cargo check --all-targets— cleancargo clippy --all-targets -- -D warnings— cleancargo test --lib— 1498 passed, 0 failed
Specific to this PR:
socket2 0.6 is largely a renaming release: set_ttl → set_ttl_v4, TCP options gaining a tcp_ prefix, SockAddr now wrapping a SockAddrStorage. None of those are on paths we use. Our entire socket2 surface is Socket::new, bind, set_send_buffer_size/set_recv_buffer_size, set_only_v6, set_reuse_address, set_reuse_port, set_nonblocking and SockRef::from (in src/config/port_binding.rs and src/high_level/endpoint.rs) — all unchanged in 0.6.
Bonus: this deduplicates socket2 to a single copy in the tree.
Risk: low.
The failing linear-link / pr-template checks are the release-process gate from pr-checks.yml, not a code signal; merging with admin override.
|
@dependabot rebase |
6ca0b6f to
f4c20d6
Compare
|
@dependabot rebase |
7 similar comments
|
@dependabot rebase |
|
@dependabot rebase |
|
@dependabot rebase |
|
@dependabot rebase |
|
@dependabot rebase |
|
@dependabot rebase |
|
@dependabot rebase |
Bumps [socket2](https://github.com/rust-lang/socket2) from 0.5.10 to 0.6.4. - [Release notes](https://github.com/rust-lang/socket2/releases) - [Changelog](https://github.com/rust-lang/socket2/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/socket2/commits) --- updated-dependencies: - dependency-name: socket2 dependency-version: 0.6.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
f4c20d6 to
1a9862b
Compare
|
Rebased onto current |
|
Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry! If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request |
Bumps socket2 from 0.5.10 to 0.6.4.
Changelog
Sourced from socket2's changelog.
... (truncated)
Commits